home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-10-15 | 1022 b | 34 lines | [TEXT/MPS ] |
- #
- # File: GestaltTest.vu
- #
- # Contains: Quick usage of the sample tasks to work with Gestalt calls.
- #
- # Requirements: Gestalt.vulib and a target capable of supporting Gestalt
- # calls.
- #
- # Written by: David Gaxiola
- #
- # Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
- #
- # Change History (most recent first):
- #
- # 8/4/92 DGG Renamed tasks.
- # 7/23/92 DGG Created.
- #
- # To Do:
- #
-
- Libraries "Gestalt.vulib";
-
- SetGestaltGlobals();
- println "Gestalt Information:∂n--------------------";
- println "AddressingModeAttr: ", GetGestaltAddressingModeAttr();
- println "EasyAccessAttr: ", GetGestaltEasyAccessAttr();
- println "FPUType: ", GetGestaltFPUType();
- println "KeyboardType: ", GetGestaltKeyboardType();
- println "LogicalRAMSize: ", GetGestaltLogicalRAMSize();
- println "MachineType: ", GetGestaltMachineType();
- println "MMUType: ", GetGestaltMMUType();
- println "PhysicalRAMSize: ", GetGestaltPhysicalRAMSize();
- println "ProcessorType: ", GetGestaltProcessorType();
- println "VMAttr: ", GetGestaltVMAttr();